home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3iaeyed.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAEYEDROPPER_H = 1;
- include("real/intact/r3ianurb.js")
-
-
- var R3CLID_IAEYEDROPPER = 1603;
-
-
-
-
- R3IAEYEDA_Color = 1603500;
- function SetR3IAEYEDA_Color(value) {
- R3Set(this.r3obj, R3IAEYEDA_Color, value, R3TID_COLOR_RGB, 0);
- }
-
- function GetR3IAEYEDA_Color() {
- return R3Get(this.r3obj, R3IAEYEDA_Color, R3TID_COLOR_RGB, 0);
- }
-
- R3IAEYEDA_Position = 1603501;
- function SetR3IAEYEDA_Position(value) {
- R3Set(this.r3obj, R3IAEYEDA_Position, value, R3TID_VECTOR, 0);
- }
-
- function GetR3IAEYEDA_Position() {
- return R3Get(this.r3obj, R3IAEYEDA_Position, R3TID_VECTOR, 0);
- }
-
- R3IAEYEDA_UVW = 1603502;
- function SetR3IAEYEDA_UVW(value) {
- R3Set(this.r3obj, R3IAEYEDA_UVW, value, R3TID_VECTOR, 0);
- }
-
- function GetR3IAEYEDA_UVW() {
- return R3Get(this.r3obj, R3IAEYEDA_UVW, R3TID_VECTOR, 0);
- }
-
- R3IAEYEDA_Normal = 1603503;
- function SetR3IAEYEDA_Normal(value) {
- R3Set(this.r3obj, R3IAEYEDA_Normal, value, R3TID_VECTOR, 0);
- }
-
- function GetR3IAEYEDA_Normal() {
- return R3Get(this.r3obj, R3IAEYEDA_Normal, R3TID_VECTOR, 0);
- }
-
- R3IAEYEDA_Hit = 1603504;
- function GetR3IAEYEDA_Hit() {
- return R3Get(this.r3obj, R3IAEYEDA_Hit, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Iaeyedropper () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAEYEDROPPER, arguments);
- }
- // Attributes
- this.GetColor=GetR3IAEYEDA_Color;
- this.SetColor=SetR3IAEYEDA_Color;
- this.GetPosition=GetR3IAEYEDA_Position;
- this.SetPosition=SetR3IAEYEDA_Position;
- this.GetUVW=GetR3IAEYEDA_UVW;
- this.SetUVW=SetR3IAEYEDA_UVW;
- this.GetNormal=GetR3IAEYEDA_Normal;
- this.SetNormal=SetR3IAEYEDA_Normal;
- this.GetHit=GetR3IAEYEDA_Hit;
- }
-
- r3Iaeyedropper.prototype=new r3Intact;
- // p3iaeyed.h_H